Architecture of Identity Access Management in Cloud Computing
Pre-requisite: IAM...
read more
What Is AWS IAM Policy?
In this article, we will learn about identity and access management (IAM) policies in Amazon Web Services. IAM in AWS is a free service that allows the owner of an AWS account known as the root to grant other users and services access to his account’s resources on his behalf. The policies in Iam allow the admin to have fine-grained control over his account resources. It calls for the admin to implement the principle of least privilege to maintain the security and privacy of his account and not get any unintended bills....
read more
Amazon Web Services – Introduction to Cryptographic Computing
Cloud computing presents new opportunities for organizations to obtain valuable insights from their data at scale. This data can be even more useful when combined with data from other parties....
read more
What is AWS OpsWorks?
Pre-requisites:AWS...
read more
Amazon Web Services – Working with Third Party Data in Redshift
Amazon Redshift is a data warehouse product that forms a large part of the cloud-computing platform Amazon Web Services. In this article, we will look into the process of quickly moving data from AWS Data Exchange in Amazon S3 into a Warehouse....
read more
Amazon Web Services – Generating Log Bundle for EKS Instance
Amazon SageMaker is used by data scientists and developers to easily and quickly prepare, build, train, and deploy high-quality machine learning (ML) models by bringing together a broad set of capabilities purpose-built for ML....
read more
AWS Elastic IP Addresses
Pre-requisite: AWS...
read more
AWS DynamoDB – Introduction to DynamoDB Accelerator (DAX)
DynamoDB is a fast NoSQL Database that is managed by Amazon Web Services (AWS). It was developed by Amazon Web Services (AWB). DynamoDB is sometimes referred to as a key-value store, but it also has Streams, Global and Local Secondary Indexes, Multi-region and Multimaster replication with enterprise-grade security, and in-memory caching for large scale. Because it uses a pay-per-use basis and interfaces well with AWS Lambda and other AWS services, DynamoDB is an excellent choice for Serverless apps....
read more
How to Deploy Django Application in AWS EC2?
In this article, we will study how we can deploy our existing Django web application to Windows Server in AWS EC2. We will also see how to use the public IP of the EC2 instance to access the Django application. For this article, you should know about setting up EC2 in AWS. We will see how to deploy applications on Linux As Well as Windows OS....
read more
How To Manage Image Security And Vulnerabilities In ECR ?
Amazon ECR is known as the “Amazon Elastic Container Registry”. It is an AWS-managed container image registry service that is secure, scalable, and reliable. With the help of Amazon ECR, developers can create private repositories within their AWS account and control their access using AWS Identity and Access Management (IAM) policies. It allows only authorized users or Amazon EC2 instances to push, pull, or manage your container images....
read more
Serverless Computing With AWS Lambda And Docker: Running Custom Containers
AWS Lambda is a serverless computing service that runs the code without any management of servers by the user. On the other hand, Docker is a tool that helps to encapsulate applications with its dependency into docker containers. AWS Lambda and Docker are some of the most important services used by organizations. Here in this, I will first explain what is AWS Lambda. Then I will discuss what is Docker. After this, I will walk you through the steps to run a containerized Python application on AWS Lambda....
read more
What Is AWS Keyspaces? How To Setup AWS Keyspaces
AWS Keyspaces is a fully managed, scalable, and highly available NoSQL database service configured by Amazon Web Services (AWS) for people to use. It is based on Apache Cassandra Tech. With AWS Keyspaces, users can store, query, and manage semi-structured data efficiently without knowing how to manage the underlying infrastructure. It offers features such as automatic proper scaling, replication across multiple data centers for high availability, and built-in high-security controls. In essence, it provides a reliable and durable solution for storing and accessing large data sets in a cloud environment in a very effective way....
read more